| dbo.SXAEHISXAIMGBinaryObject_Blob |
| Default Table Name | SXAEHISXAIMGBinaryObject_Blob |
| Definition | This view references IMG File Tables, specifically for EHI export. This is for blobs that are stored in _FS database from SXAIMGBinaryObject table. |
| dbo.SXAEHISXAIMGBinaryObject_Blob Columns |
| ColumnName | Domain | Datatype | NULL | Definition |
| ElementID | int | YES | Refer to the ElementID column in the SXAIMGElement table from _IMG Database. | |
| file_stream | varbinary(max) | YES | A FILESTREAM column is a VARBINARY(MAX) column that has the FILESTREAM attribute enabled. | |
| file_type | nvarchar(255) | YES | The file_type column value is derived from the file name, not the binary contents of the file. |
| dbo.SXAEHISXAIMGBinaryObject_Blob Primary and Unique Keys |
| Key Name | Key Type | Keys |